home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Utilities
/
Power Utilities.iso
/
utility
/
pro146
/
pcplus2.asp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-14
|
252 b
|
16 lines
;procomm plus 2.0 script
proc main
;TOTLHOST.ASP
n0 = 0
transmit "ATS0=1^M"
while not connected
n0 += 1
if NOT (n0 < 5000)
; approx 125 per second on 8MHz AT Compatible
quit
endif
endwhile
host
quit
endproc